home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Trial / Webroot Internet Security Essentials / WebrootSecurityTrialSetup_EN.exe / {app} / SpySweeperUI.exe / 1033 / RCDATA / TTEDIRECTORYPANEL / TTEDIRECTORYPANEL.txt
Text File  |  2008-11-13  |  1KB  |  54 lines

  1. object KsDirectoryPanel: TTeDirectoryPanel
  2.   Left = 0
  3.   Top = 0
  4.   Width = 253
  5.   Height = 261
  6.   TabOrder = 0
  7.   object DirSpecLabel: TTeLabel
  8.     Left = 8
  9.     Top = 10
  10.     Width = 120
  11.     Height = 13
  12.     Caption = 'Please specify a directory'
  13.     Color = clBtnFace
  14.     ParentColor = False
  15.   end
  16.   object SelDirLabel: TTeLabel
  17.     Left = 8
  18.     Top = 211
  19.     Width = 88
  20.     Height = 13
  21.     Anchors = [akLeft, akBottom]
  22.     Caption = 'Selected directory:'
  23.     Color = clBtnFace
  24.     ParentColor = False
  25.   end
  26.   object teDirTree: TTeShellTreeView
  27.     Left = 8
  28.     Top = 28
  29.     Width = 236
  30.     Height = 178
  31.     ThemeObject = 'default'
  32.     ObjectTypes = [otFolders]
  33.     Root = 'rfDesktop'
  34.     UseShellImages = True
  35.     Anchors = [akLeft, akTop, akRight, akBottom]
  36.     AutoRefresh = False
  37.     Indent = 19
  38.     ParentColor = False
  39.     RightClickSelect = True
  40.     ShowRoot = False
  41.     TabOrder = 0
  42.     OnClick = teDirTreeClick
  43.   end
  44.   object teSelDir: TTeSEdit
  45.     Left = 8
  46.     Top = 227
  47.     Width = 236
  48.     Height = 21
  49.     Anchors = [akLeft, akRight, akBottom]
  50.     TabOrder = 3
  51.     ThemeObject = 'default'
  52.   end
  53. end
  54.